{ "version": 4, "terraform_version": "1.6.7", "serial": 518, "lineage": "9e48447f-1b62-bd6a-4831-4c46dfa475c7", "outputs": { "db_endpoint": { "value": "db-3.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-b552e3c3c5bf0b58b", "ami": "ami-c8f16d85", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-77ba3734"], "subnet_id": "subnet-848da036", "key_name": "prod-deploy-key" } } ] } ] }