{ "version": 4, "terraform_version": "1.5.4", "serial": 219, "lineage": "55399e03-bb2c-dbdb-d434-e8ec5b11bc56", "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-1259f358eb62870ff", "ami": "ami-42ac1f20", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-338710fe"], "subnet_id": "subnet-3af89fc6", "key_name": "prod-deploy-key" } } ] } ] }