{ "version": 4, "terraform_version": "1.6.0", "serial": 212, "lineage": "5c78e305-3da6-93b7-654d-fadfc9326bf6", "outputs": { "db_endpoint": { "value": "db-0.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-92f3ba5342550b2fe", "ami": "ami-b48007ad", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c574111a"], "subnet_id": "subnet-b79cfd88", "key_name": "prod-deploy-key" } } ] } ] }