{ "version": 4, "terraform_version": "1.6.1", "serial": 501, "lineage": "a31fe6ea-09da-95d6-9556-fe0dd55ebf29", "outputs": { "db_endpoint": { "value": "db-1.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-c4589e204ad689acb", "ami": "ami-20d56584", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e1add23c"], "subnet_id": "subnet-5f7a099b", "key_name": "prod-deploy-key" } } ] } ] }