{ "version": 4, "terraform_version": "1.8.2", "serial": 338, "lineage": "7490e8d5-8aba-04a0-6c24-10bfe3fbe0a4", "outputs": { "db_endpoint": { "value": "db-3.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-c16760c4c2f79a302", "ami": "ami-0940c4fb", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-afb8bd0f"], "subnet_id": "subnet-cea23e14", "key_name": "prod-deploy-key" } } ] } ] }