{ "version": 4, "terraform_version": "1.6.5", "serial": 177, "lineage": "ce0e7901-3c63-f62a-3594-22e4261286dc", "outputs": { "db_endpoint": { "value": "db-1.us-east-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-54ab8774ca41ade42", "ami": "ami-f6a09842", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1feded9d"], "subnet_id": "subnet-3b02c113", "key_name": "prod-deploy-key" } } ] } ] }