{ "version": 4, "terraform_version": "1.7.8", "serial": 291, "lineage": "0aa87841-ac44-fa53-c288-16d0aefb7b9d", "outputs": { "db_endpoint": { "value": "db-0.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-2390492b21c497f95", "ami": "ami-556e7b85", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-3934ff31"], "subnet_id": "subnet-d59a1305", "key_name": "prod-deploy-key" } } ] } ] }