{ "version": 4, "terraform_version": "1.8.8", "serial": 452, "lineage": "a9619ed6-f483-88b7-09f4-a02cf92d04a4", "outputs": { "db_endpoint": { "value": "db-1.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-6388ec1e9a59778fa", "ami": "ami-b6f2e5ae", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-dcb438a6"], "subnet_id": "subnet-4fd6200b", "key_name": "prod-deploy-key" } } ] } ] }