{ "version": 4, "terraform_version": "1.6.1", "serial": 128, "lineage": "c788a9ed-e484-f88b-f105-b67f71afede8", "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-820433edcaee2c9db", "ami": "ami-c09861bb", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6d3627f2"], "subnet_id": "subnet-b62e41af", "key_name": "prod-deploy-key" } } ] } ] }