{ "version": 4, "terraform_version": "1.7.4", "serial": 388, "lineage": "20f1760b-6190-541b-6272-d8f3b9c68d62", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.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-8c31059a8a976cd46", "ami": "ami-d962beaf", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0f62e8ab"], "subnet_id": "subnet-5a4e1c1b", "key_name": "prod-deploy-key" } } ] } ] }