{ "version": 4, "terraform_version": "1.6.3", "serial": 470, "lineage": "683c7e22-c3b8-d29d-8da4-e65ae650dfcd", "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-31ab8060cf1814292", "ami": "ami-2520d211", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d13d3a3c"], "subnet_id": "subnet-0bb9732b", "key_name": "prod-deploy-key" } } ] } ] }