{ "version": 4, "terraform_version": "1.7.0", "serial": 419, "lineage": "652d660a-6171-8d5d-f96d-c0672e7066b1", "outputs": { "db_endpoint": { "value": "db-2.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-44b823d2ae05d10d0", "ami": "ami-6e6b63b2", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-2a8c7c28"], "subnet_id": "subnet-aa985cb7", "key_name": "prod-deploy-key" } } ] } ] }