{ "version": 4, "terraform_version": "1.7.9", "serial": 488, "lineage": "5ca951a7-98df-1a12-fb1a-2b88a771230a", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-bda500d708472a153", "ami": "ami-05214bd3", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8cf4b91a"], "subnet_id": "subnet-c49a4c79", "key_name": "prod-deploy-key" } } ] } ] }