{ "version": 4, "terraform_version": "1.8.7", "serial": 188, "lineage": "e9cad3b4-2291-6de5-f8e7-b7dbe603c14a", "outputs": { "db_endpoint": { "value": "db-2.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-d4af1a2c28873ad86", "ami": "ami-24cd4fe7", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c92ae9bb"], "subnet_id": "subnet-cf21f3a5", "key_name": "prod-deploy-key" } } ] } ] }