{ "version": 4, "terraform_version": "1.6.3", "serial": 521, "lineage": "9b81f9c4-5624-886f-6d80-88a356cd0487", "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-06f33f77ee89631d2", "ami": "ami-0cd7acab", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-37494827"], "subnet_id": "subnet-d28b6291", "key_name": "prod-deploy-key" } } ] } ] }