{ "version": 4, "terraform_version": "1.7.4", "serial": 205, "lineage": "cdca33c4-1ca5-ebb6-173e-8dc1c51c5e17", "outputs": { "db_endpoint": { "value": "db-1.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-659027d4a029a6947", "ami": "ami-6b4fcda9", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1717fb80"], "subnet_id": "subnet-bcb8df7f", "key_name": "prod-deploy-key" } } ] } ] }