{ "version": 4, "terraform_version": "1.6.5", "serial": 212, "lineage": "d67cc503-07c1-962e-ef00-164cf31ce7fd", "outputs": { "db_endpoint": { "value": "db-0.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-b7b80f22cee96a5ec", "ami": "ami-b0753d49", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-56d36969"], "subnet_id": "subnet-bfc78f4e", "key_name": "prod-deploy-key" } } ] } ] }