{ "version": 4, "terraform_version": "1.6.4", "serial": 138, "lineage": "2dfce0a9-abff-d0e7-b206-d47d9c79f1a4", "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-c6589b157c0dbe46a", "ami": "ami-5b09ea52", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2761bc74"], "subnet_id": "subnet-b4febc3a", "key_name": "prod-deploy-key" } } ] } ] }