{ "version": 4, "terraform_version": "1.7.9", "serial": 157, "lineage": "0a07e98c-9717-a03e-d9e2-a3c1e4b5e0ba", "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-01b7423fc6c3c68d9", "ami": "ami-87c86d71", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-fbd8144a"], "subnet_id": "subnet-82ecc07b", "key_name": "prod-deploy-key" } } ] } ] }