{ "version": 4, "terraform_version": "1.7.5", "serial": 374, "lineage": "bd08cc04-d7ed-00ac-620a-57c21e37282b", "outputs": { "db_endpoint": { "value": "db-4.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-cda46d849b8e2cc73", "ami": "ami-60c2312e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6632d27e"], "subnet_id": "subnet-49eacdc8", "key_name": "prod-deploy-key" } } ] } ] }