{ "version": 4, "terraform_version": "1.8.3", "serial": 148, "lineage": "b5f2cd27-624d-0ab9-c1bf-81e433a0f2b2", "outputs": { "db_endpoint": { "value": "db-4.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-ab55308fd9170e7ae", "ami": "ami-027a0202", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c12fe45f"], "subnet_id": "subnet-987463ab", "key_name": "prod-deploy-key" } } ] } ] }