{ "version": 4, "terraform_version": "1.5.2", "serial": 509, "lineage": "aea2a7c2-61ec-9be2-ed68-e9d24a0d7843", "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-0bc0ee8ab38b7001f", "ami": "ami-6f4e6fe1", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-fa172688"], "subnet_id": "subnet-37922118", "key_name": "prod-deploy-key" } } ] } ] }