{ "version": 4, "terraform_version": "1.8.6", "serial": 511, "lineage": "e34b2050-6a06-d618-0e5a-a8254d700b03", "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-f532128b18d9b42cc", "ami": "ami-5e461fd9", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e6d59fc9"], "subnet_id": "subnet-9fd926fd", "key_name": "prod-deploy-key" } } ] } ] }