{ "version": 4, "terraform_version": "1.7.1", "serial": 462, "lineage": "bc076658-4c7d-5d49-9e42-830c9eecf1f2", "outputs": { "db_endpoint": { "value": "db-3.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-38bc28066061fc6de", "ami": "ami-e7d5b459", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-6456b8da"], "subnet_id": "subnet-e2b261c9", "key_name": "prod-deploy-key" } } ] } ] }