{ "version": 4, "terraform_version": "1.8.7", "serial": 413, "lineage": "e49c7852-e140-3a1b-8a0c-b2286d46e03c", "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-861358897fa026ef6", "ami": "ami-f6214bc5", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a1e16c57"], "subnet_id": "subnet-66fd8567", "key_name": "prod-deploy-key" } } ] } ] }