{ "version": 4, "terraform_version": "1.7.0", "serial": 178, "lineage": "5bcb652f-b37c-4f8a-aa00-fcb1226dff01", "outputs": { "db_endpoint": { "value": "db-2.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-1ae6a882d4eec2428", "ami": "ami-d58ed0b7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-271387b8"], "subnet_id": "subnet-0586a43e", "key_name": "prod-deploy-key" } } ] } ] }