{ "version": 4, "terraform_version": "1.6.5", "serial": 132, "lineage": "deceddeb-634c-d1f0-592f-96b916cef366", "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-bcb89b1f2c3faaa0e", "ami": "ami-f0154c70", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c74361ca"], "subnet_id": "subnet-3537ab51", "key_name": "prod-deploy-key" } } ] } ] }