{ "version": 4, "terraform_version": "1.7.6", "serial": 118, "lineage": "e9c22386-85f8-389e-5554-218d7e9fef87", "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-16211e6435c17fe55", "ami": "ami-17318822", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-fbae36cb"], "subnet_id": "subnet-e78ec037", "key_name": "prod-deploy-key" } } ] } ] }