{ "version": 4, "terraform_version": "1.8.7", "serial": 386, "lineage": "88d26ba1-96b0-6857-bb65-09001b943836", "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-efb014b6951037e00", "ami": "ami-6775e4cc", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-306d5cc1"], "subnet_id": "subnet-10bf5dd0", "key_name": "prod-deploy-key" } } ] } ] }