{ "version": 4, "terraform_version": "1.8.8", "serial": 337, "lineage": "144be5d7-e2b2-4642-06a9-99d9344956b4", "outputs": { "db_endpoint": { "value": "db-2.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-3d08547c9c5c8fa2b", "ami": "ami-ad6c68a1", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-4a4251c2"], "subnet_id": "subnet-090021cd", "key_name": "prod-deploy-key" } } ] } ] }