{ "version": 4, "terraform_version": "1.5.2", "serial": 345, "lineage": "558d114b-940b-6d62-94c5-1a1033d981a6", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-e3d0235905b36e929", "ami": "ami-b4be3221", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2db4e93f"], "subnet_id": "subnet-01902634", "key_name": "prod-deploy-key" } } ] } ] }