{ "version": 4, "terraform_version": "1.6.7", "serial": 428, "lineage": "d012b15b-228d-bafb-9d98-482345f8e579", "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-d2ce7312c5d1b2cef", "ami": "ami-a3c9d478", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-503bca74"], "subnet_id": "subnet-f79eb70a", "key_name": "prod-deploy-key" } } ] } ] }