{ "version": 4, "terraform_version": "1.6.7", "serial": 501, "lineage": "2c83ae37-a562-8527-fe6d-11ce7a47fb72", "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-c599b260b5abaff46", "ami": "ami-63511f20", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-76cdebf6"], "subnet_id": "subnet-1b5c15ea", "key_name": "prod-deploy-key" } } ] } ] }