{ "version": 4, "terraform_version": "1.8.2", "serial": 559, "lineage": "660090b7-72aa-e518-4f68-3f767cc5a089", "outputs": { "db_endpoint": { "value": "db-4.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-cace3cd9f085d721c", "ami": "ami-071bc3b3", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-fec38e88"], "subnet_id": "subnet-12149488", "key_name": "prod-deploy-key" } } ] } ] }