{ "version": 4, "terraform_version": "1.6.3", "serial": 510, "lineage": "bfae8d98-c5bb-6764-5bda-cc396f7482b6", "outputs": { "db_endpoint": { "value": "db-0.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-111d8b3feffba1373", "ami": "ami-f63f482d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d33e0c3d"], "subnet_id": "subnet-4910c551", "key_name": "prod-deploy-key" } } ] } ] }