{ "version": 4, "terraform_version": "1.5.1", "serial": 274, "lineage": "d71d96a9-8118-9ad5-fbaa-6d72fdfdede8", "outputs": { "db_endpoint": { "value": "db-0.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-9d4407b02be9fc171", "ami": "ami-89a984e9", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d839c421"], "subnet_id": "subnet-6ad802bd", "key_name": "prod-deploy-key" } } ] } ] }