{ "version": 4, "terraform_version": "1.6.7", "serial": 384, "lineage": "ca828aec-1f9c-1477-67eb-5f8780fd8bb4", "outputs": { "db_endpoint": { "value": "db-2.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-0fe3663f89d6cbf01", "ami": "ami-5fed6626", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-157911a0"], "subnet_id": "subnet-c43669c8", "key_name": "prod-deploy-key" } } ] } ] }