{ "version": 4, "terraform_version": "1.8.7", "serial": 358, "lineage": "c66dee42-b58a-736b-0f02-7a410a2981cb", "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-0391b6443e7f9e935", "ami": "ami-e563f136", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-17593821"], "subnet_id": "subnet-67abcf04", "key_name": "prod-deploy-key" } } ] } ] }