{ "version": 4, "terraform_version": "1.6.4", "serial": 478, "lineage": "6f8a4279-ea3d-7f5a-6717-661663517210", "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-ad582780b9d980703", "ami": "ami-4acbb342", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-3dbcb828"], "subnet_id": "subnet-b212f42c", "key_name": "prod-deploy-key" } } ] } ] }