{ "version": 4, "terraform_version": "1.8.7", "serial": 193, "lineage": "ed761ad1-007c-7c9a-4fa8-33a158b831b8", "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-75726db9b820ad42a", "ami": "ami-10e9f46b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-d60000f7"], "subnet_id": "subnet-ac0a714e", "key_name": "prod-deploy-key" } } ] } ] }