{ "version": 4, "terraform_version": "1.7.8", "serial": 338, "lineage": "4872b80d-e87d-d4ed-9a65-cfa6dc3c4fb3", "outputs": { "db_endpoint": { "value": "db-3.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-23fb0f82e12066f77", "ami": "ami-fb00b9df", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-24e7151e"], "subnet_id": "subnet-0b1b1ca5", "key_name": "prod-deploy-key" } } ] } ] }