{ "version": 4, "terraform_version": "1.5.1", "serial": 137, "lineage": "1cc1ef63-8e68-c5d7-227d-b442974ce21e", "outputs": { "db_endpoint": { "value": "db-1.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-44a2b894f253ad666", "ami": "ami-0929d665", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-7f4d82c2"], "subnet_id": "subnet-225f8927", "key_name": "prod-deploy-key" } } ] } ] }