{ "version": 4, "terraform_version": "1.8.7", "serial": 537, "lineage": "2c4282c8-08ef-706c-746c-d741105639f4", "outputs": { "db_endpoint": { "value": "db-3.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-59559cea834bd9167", "ami": "ami-f576dd74", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-099e3b16"], "subnet_id": "subnet-d2a33512", "key_name": "prod-deploy-key" } } ] } ] }