{ "version": 4, "terraform_version": "1.5.2", "serial": 146, "lineage": "01f8b6b5-a93a-ca19-73ac-4636465135a5", "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-f6084e8493a869635", "ami": "ami-62080136", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-74a6e8b4"], "subnet_id": "subnet-931f0057", "key_name": "prod-deploy-key" } } ] } ] }