{ "version": 4, "terraform_version": "1.7.5", "serial": 323, "lineage": "879f6c3d-19ef-9c6d-a23a-0d6844f38ed5", "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-f1dcd4b827588d8c6", "ami": "ami-a9ddc4d9", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-2377e937"], "subnet_id": "subnet-c2e4e01b", "key_name": "prod-deploy-key" } } ] } ] }