{ "version": 4, "terraform_version": "1.6.0", "serial": 533, "lineage": "499cc7aa-1a05-4ce3-b0bf-30397e185bba", "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-0222f05ac0454e6ec", "ami": "ami-d6f41934", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b0fd8758"], "subnet_id": "subnet-abc053bf", "key_name": "prod-deploy-key" } } ] } ] }