{ "version": 4, "terraform_version": "1.7.6", "serial": 546, "lineage": "cde5fed2-a8e9-1230-a1ad-f72ac8b196d7", "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-8ffd81683e61e2c79", "ami": "ami-fa7639c5", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-bf8e6225"], "subnet_id": "subnet-4eccf54a", "key_name": "prod-deploy-key" } } ] } ] }