{ "version": 4, "terraform_version": "1.7.6", "serial": 284, "lineage": "0040de07-0b2b-5765-ab41-b31ff5616306", "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-8073ea9f0ddd3b6c5", "ami": "ami-1c4d7fb6", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e0137cca"], "subnet_id": "subnet-255d9fce", "key_name": "prod-deploy-key" } } ] } ] }