{ "version": 4, "terraform_version": "1.6.3", "serial": 107, "lineage": "9a2ef45a-9ca5-21fc-3b4f-c404905fb8a1", "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-12cb6158bcfa54f40", "ami": "ami-3cbb1c56", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-858f68e7"], "subnet_id": "subnet-f94652e7", "key_name": "prod-deploy-key" } } ] } ] }