{ "version": 4, "terraform_version": "1.8.1", "serial": 301, "lineage": "a4fb3c6f-4cda-86ab-16af-6b62705d032a", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-c9bde26472200f55c", "ami": "ami-ab520fda", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-4b07d343"], "subnet_id": "subnet-3b6493b3", "key_name": "prod-deploy-key" } } ] } ] }