{ "version": 4, "terraform_version": "1.7.9", "serial": 514, "lineage": "cf2cc815-4219-4085-4697-e272dad435bf", "outputs": { "db_endpoint": { "value": "db-2.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-bdd10d7905b09626a", "ami": "ami-87824230", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ad146f87"], "subnet_id": "subnet-3028bb73", "key_name": "prod-deploy-key" } } ] } ] }