{ "version": 4, "terraform_version": "1.8.3", "serial": 199, "lineage": "8cfe1416-dc67-6f24-9b99-4bc6d0453302", "outputs": { "db_endpoint": { "value": "db-0.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-9fdec90f313fcc4cc", "ami": "ami-7db23e34", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-4ff310ca"], "subnet_id": "subnet-3410b5f8", "key_name": "prod-deploy-key" } } ] } ] }