{ "version": 4, "terraform_version": "1.6.7", "serial": 469, "lineage": "33359f3a-7379-0d1f-c695-08cad4cb0ee3", "outputs": { "db_endpoint": { "value": "db-3.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-9e8a9bb38c9587706", "ami": "ami-f980bb3f", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-1fbcfae8"], "subnet_id": "subnet-326c28d0", "key_name": "prod-deploy-key" } } ] } ] }