{ "version": 4, "terraform_version": "1.7.1", "serial": 490, "lineage": "727f92a1-5456-b51d-4719-f9fef10efc5f", "outputs": { "db_endpoint": { "value": "db-1.eu-west-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-46ad4b4bb658d67a5", "ami": "ami-0d2e8e97", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-bf2ba033"], "subnet_id": "subnet-89b76a9d", "key_name": "prod-deploy-key" } } ] } ] }