{ "version": 4, "terraform_version": "1.8.2", "serial": 319, "lineage": "86d808d5-4acf-21bc-205b-8264ee6d2299", "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-ed98dd832883af12b", "ami": "ami-385c4889", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f4ede36c"], "subnet_id": "subnet-8e7aa959", "key_name": "prod-deploy-key" } } ] } ] }