{ "version": 4, "terraform_version": "1.5.0", "serial": 308, "lineage": "2b972b80-d1d8-e777-4241-ab74fea32988", "outputs": { "db_endpoint": { "value": "db-4.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-dcf084732269a7846", "ami": "ami-8f70a02f", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-6d1ba34c"], "subnet_id": "subnet-c11ee5db", "key_name": "prod-deploy-key" } } ] } ] }