{ "version": 4, "terraform_version": "1.8.2", "serial": 406, "lineage": "e728bb97-d76f-5809-6239-466d88c48c72", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-42c8feeeabf36dd79", "ami": "ami-b1f8180c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e33cc105"], "subnet_id": "subnet-34e0f7ed", "key_name": "prod-deploy-key" } } ] } ] }