{ "version": 4, "terraform_version": "1.6.9", "serial": 255, "lineage": "a72b3f20-5384-1ec4-f314-df9663c39603", "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-4219e90ab883e0bc7", "ami": "ami-13d85fa2", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-b1a1196e"], "subnet_id": "subnet-a50ca97b", "key_name": "prod-deploy-key" } } ] } ] }