{ "version": 4, "terraform_version": "1.8.5", "serial": 499, "lineage": "2a2d018e-4e01-07ad-59cf-5bc3dec49884", "outputs": { "db_endpoint": { "value": "db-4.us-east-1.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-40de553362b738469", "ami": "ami-4405f65d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-848a2b78"], "subnet_id": "subnet-8c642544", "key_name": "prod-deploy-key" } } ] } ] }