{ "version": 4, "terraform_version": "1.7.1", "serial": 150, "lineage": "e1ee558c-f02d-dc40-4fe7-9e4926df749d", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-83d823b94cfa86c66", "ami": "ami-3b4c8b31", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9ef67222"], "subnet_id": "subnet-a74eab4c", "key_name": "prod-deploy-key" } } ] } ] }