{ "version": 4, "terraform_version": "1.7.1", "serial": 162, "lineage": "18307125-4082-32fd-4c54-78136a2eafea", "outputs": { "db_endpoint": { "value": "db-1.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-7a24c717bbf6c7da1", "ami": "ami-bff55cb8", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2c48a5e3"], "subnet_id": "subnet-131a3c0b", "key_name": "prod-deploy-key" } } ] } ] }