{ "version": 4, "terraform_version": "1.7.5", "serial": 209, "lineage": "6d45dec3-0772-32b8-a8fc-8ca17207546f", "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-6a29a03afaeb96b92", "ami": "ami-80ef9021", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0aefb227"], "subnet_id": "subnet-452c21ed", "key_name": "prod-deploy-key" } } ] } ] }