{ "version": 4, "terraform_version": "1.7.2", "serial": 101, "lineage": "48808fb6-23f3-3bdb-0e25-dddc5aa0fbd0", "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-f1489498e4b4dcc0a", "ami": "ami-62d2168b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-e44d7e5d"], "subnet_id": "subnet-72207c32", "key_name": "prod-deploy-key" } } ] } ] }