{ "version": 4, "terraform_version": "1.6.3", "serial": 194, "lineage": "add4242a-61e9-4f0c-1161-4cf1982a06cf", "outputs": { "db_endpoint": { "value": "db-4.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-b4624e353c048b6b0", "ami": "ami-6f0edd8a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-bc8b6522"], "subnet_id": "subnet-41f0fe3c", "key_name": "prod-deploy-key" } } ] } ] }